Learn R Programming

validate (version 0.1.5)

[,expressionset-method: Select a subset

Description

Select a subset

Usage

"["(x, i, j, ..., drop = TRUE)
"[["(x, i, j, ..., exact = TRUE)
"["(x, i, j, ..., drop = TRUE)

Arguments

x
An R object
i
an index (numeric, boolean, character)
j
not implemented
...
Arguments to be passed to other methods
drop
not implemented
exact
Not implemented

Value

An new object, of the same class as x subsetted according to i.

Details

The options attribute will be cloned